Closed
Conversation
This change fixes the stable/train CI for ngs - update the .gitreview - update tox.ini - Change ironic-grenade-dsvm-multinode-multitenant to non-voting. - Fix tempest for networking-generic-switch-tempest-dlm-python2. Change-Id: Ibb6735c6f03513630cd02e0cf273e0d0e5dc4d0a
This adds a new driver for Cumulus switches that support using NCLU. It actually uses the netmiko linux driver, given we are really just accessing a debian user space, and there is currently no cumulus specific driver in netmiko. It borrows quite heavily from the support in networking-ansible that uses these roles to configure cumulus switches: https://github.com/ansible-network/network-runner However, this driver adopts the more typical networking-generic-switch configuration operations, where existing port configuration is retained as the port cycles through various VLANs. In a similar way, we make disabling a port optional, and support users specifying a default VLAN, such as the ironic inspection network. Change-Id: I4d96ea3f3c3d55ff7d742b9e08aa75ce990eee9a
When you have around 60 baremetal nodes attached to a single switch, it takes a long time to execute all those commands. This gets worse when you limit the number of concurrent ssh connections. Here we look to batch up commands to send to the switch together, then wait for them all to complete before returning the result. It does this by using etcd keys as a queueing system. We pull off the queue using the version at which the keys were added, giving a FIFO style queue. Change-Id: I8c458bbc94df5630cfede5434bcdbe527988059c
Change-Id: If2eeb49202b83d59197f1577982b05db1534b894
Change-Id: I3e527f08d3f939a929fd06412d4e0e843891510d
Change-Id: Ie1eef0337775ec4ad04ce0e83352b75fd987a12c
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.